'Declaration Public Overloads Function AddDelimiter( _ ByVal itemsText() As System.String, _ Optional ByVal beginCharacter As System.String, _ Optional ByVal endCharacter As System.String, _ Optional ByVal separatorCharacter As System.String _ ) As OMathDelimiter
public OMathDelimiter AddDelimiter( System.string[] itemsText, System.string beginCharacter, System.string endCharacter, System.string separatorCharacter )
Parameters
- itemsText
- The structure items text array.
- beginCharacter
- The stricture beginning, or opening character.
- endCharacter
- The structure ending, or closing character.
- separatorCharacter
- The structure character that separates items.
Return Value
The added OMathDelimiter instance.